﻿@charset "utf-8";
/* CSS Document */
/*切图：zcy*/
html{ overflow-x:auto; overflow-y:auto;}
*{ padding:0; margin:0;outline:none !important;}
.wow{visibility:inherit !important;}
ul, ol,li{ list-style-type:none;}
body, button, input, select, textarea{  font-family: 'Microsoft yahei'; font-size:12px;}
code, kbd, pre, samp { font-family: 'Microsoft yahei';}
a{ text-decoration:none; color:#333;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
	 -o-transition: all 0.2s ease-out 0s; 
		transition: all 0.2s ease-out 0s;}
img{border:0; max-width:100%;}
li { line-height:normal; }
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family: 'Microsoft yahei'; }
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
body{ position:relative; float:left; width:100%;}
select{ margin:0; padding:0; font-family: 'Microsoft yahei'; border:none;}
textarea{ resize:none;outline:none;}
label{ margin-bottom:0; font-weight:normal;}
input,select,textarea{ margin:0; padding:0; border:0; outline:none;
 -moz-border-radius:0px; 
 -webkit-border-radius:0; 
 -khtml-border-radius:0;
 border-radius:0;
}
/*********************************************************************重置***********************************************************************/

.pz_top{ float:left; width:100%; z-index:11; position:absolute; left:0; top:0;}
.pz_banner{ float:left; width:100%; position:relative; z-index:1; min-height:80px;}
.pz_menu{ float:left; width:100%; position:relative; z-index:9;}
.pz_main{ float:left; width:100%; position:relative; z-index:2;}
.pz_down{ float:left; width:100%; background:url(images/footer1.jpg) repeat-x; background-size:auto 100%; z-index:6; position:relative;}


/*首页*/
.top{ width:100%; float:left;}
.top .logo{ float:left; height:95px; line-height:95px;}
.menu{ z-index:99; float: right; margin-top:22px;}
.menu > ul{ float:left;}
.menu ul .nli{ float:left;z-index:99; position:relative; height: 73px; margin-left:40px; border-bottom:solid 3px transparent; text-align:center;}
.menu ul .nli span a{ display:block; float:left; height:73px; line-height:73px; padding:0 26px; color:#fff; font-size:18px; position:relative;}
.menu ul .nli span a svg{ display:block; width:28px; height:15px; position:absolute; left:50%; bottom:2px; margin-left:-14px; display:none; background:url(images/top1.png) no-repeat center center; background-size:contain;}
.menu ul .nli.on span a svg{ display:block;}
.menu ul .nli.on,
.menu ul .nli:hover{ border-bottom:solid 3px #800303;}
.menu ul .nli.first{ margin-left:0;}
@media screen and (max-width: 1403px) {
.menu ul .nli{ margin-left:10px;}
}
@media screen and (max-width: 1199px) {
.top .logo{ width:200px; height:80px;}
.menu{ margin-top:12px;}
.menu ul .nli{ height: 70px;}
.menu ul .nli span a{ padding:0 20px; height:70px; line-height:70px; font-size:16px;}
.menu ul .nli span a svg{ width:18px; height:10px; margin-left:-9px;}
}

/*下拉菜单（漂浮在menu .nli上）*/
.sub { z-index:21;  position:absolute; display: none; float:left;  clear:both; width:160px;background:#fff; box-shadow:0 3px 16px rgba(0,0,0,0.15); top:100% !important; text-align: left; padding: 18px 0 8px 0; left: 50%; margin-left: -80px; text-align: center;}
.sub .l2{ width:100%; float: left; padding: 4px 20px; position: relative;}

.sub .l2 .l2_a{ padding:0px; line-height: 28px;  width:100%;  display:block;  float:left;  color:#333333; background-position:left center; font-size: 14px; border-bottom: dashed 1px rgba(0,0,0,0);}
.sub .l2:hover .l2_a { color:#cf0101; border-bottom: dashed 1px #cf0101;}
.sub .ul2 { float:left;  position:absolute; left:96%; top:20px; display:none;  margin:0px;  width:185px; padding:17px 30px 16px 25px;  overflow:hidden; background:url(images/bg_8.png); border-top:solid 2px black; box-shadow:0 3px 16px rgba(0,0,0,0.15);}
.sub .ul2 .l3{ float:left;  position:static;  padding:0; margin:0; width: 100%; height: 40px; line-height:40px; float:left; font-size:14px; color:#333; text-align:left;}
.sub .ul2 .l3 .l3_a{ padding:0px; line-height: 40px;  width:100%;  display:block;  float:left;  color:#333333; background-position:left center;}
.sub .ul2 .l3:hover .l3_a { color:#082b8f; width:165px; padding-left:20px; background:url(images/ico_2_1.png) no-repeat left center;}

.menuph{ float:right; margin-top: 10px; cursor: pointer;  width: 26px;  height: 32px; text-align: center; display: none; margin-right:10px;}
.menuph .point {  display: inline-block;  width: 26px;  height: 3px;  position: relative;}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before {  width: 26px;  }
.menuph .navbtn {  position: absolute;  top: 10px;  right: 0;  display: inline-block;  width: 26px;  height: 2px;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #cf0101;}
.menuph .navbtn::after,
.menuph .navbtn::before {  position: absolute;  right: 0;  display: inline-block;  width: 26px;  height: 2px;  content: '';  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  background: #cf0101;}
.menuph .navbtn::after { top:-9px;}
.menuph .navbtn::before { top:9px;}
.menuph .point.active .navbtn{  background: transparent;  }
.menuph .point.active .navbtn::after{  -webkit-transform: rotate(45deg);  -moz-transform: rotate(45deg);  -ms-transform: rotate(45deg);  -o-transform: rotate(45deg);  transform: rotate(45deg);  top: 0px;  }
.menuph .point.active .navbtn::before {  -webkit-transform: rotate(-45deg);  -ms-transform: rotate(-45deg);  -o-transform: rotate(-45deg);  transform: rotate(-45deg);  top: 0px;  }

.pf_menu{ position:absolute; width:100%; height:auto; overflow-y:auto; right:0px; top:0px; z-index:9 !important; display:block; padding:60px 0 0 0; box-shadow:0 5px 5px rgba(0,0,0,0.15); z-index: 98; background: white;}
.ph_menu{ float:left; width:100%; text-align:left;}
.ph_menu .nli{ float:left; width:100%;}
.ph_menu .nli span{ float:left; width:100%;}
.ph_menu .nli .l1_a{ float:left; width:100%; color:#cf0101; font-size:14px; line-height:39px; white-space:nowrap; position: relative; letter-spacing: 1px; border-top:solid 1px #eee; padding:0 10px;}
.ph_menu .nli .l1_a i{ display:block; width:40px; height:40px; position:absolute; right:0; top:0; background: url(images/person5_h.png) center center no-repeat; background-size: 8px 15px !important;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ph_menu .nli.on .l1_a i{ transform:rotate(90deg);}
.ph_menu .nli.on .l1_a:before,.ph_menu .nli:hover .l1_a:before{ margin-left: -75px;}
.ph_menu .nli .l2_ul{ display:none; height:auto; float:left; width:100%; padding: 10px 30px;}
.ph_menu .nli .l2_ul li a{ line-height:26px; font-size:12px; color:#666;}
.pz_menu.on{ box-shadow: 0 3px 6px rgba(0,0,0,0.10);}


@media screen and (max-width: 1023px) {
.pz_top{ height:60px; background:white; position:relative; left:auto; top:auto;}
.top .logo{ width:160px; height:60px; line-height:60px;}
.menuph{ display: block;}
.menu,.top_r{ display:none;}
.topnav .menu,.topnav .search_btn{ display:none;}
}
@media screen and (max-width: 767px) {
.top .logo{ margin-left:10px;}
}

.slide_banner .slick-slide{ width:100%; height: 100%; float: left; position:relative; overflow:hidden;}
.slide_banner .slick-slide img{ width:100%; float: left;}
.slide_banner .slick-dots{ position:absolute; width:100%; left:0; bottom:59px;}
.slide_banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 69px;
	height: 6px;
	margin: 0 17px;
	padding: 0;
	cursor: pointer;
	background:white;
	box-shadow:0 0 5px rgba(255,255,255,0.75);
}
.slide_banner .slick-dots li.slick-active{
	background:#9e0001;
}
@media screen and (max-width: 1024px) {
.slide_banner .slick-dots{ bottom:39px;}
.slide_banner .slick-dots li {width: 49px;height: 4px;margin: 0 10px;}
}
@media screen and (max-width: 767px) {
.slide_banner .slick-dots{ bottom:10px;}
.slide_banner .slick-dots li {width: 29px;height: 3px;margin: 0 3px;}
}
.elli{ white-space: nowrap; overflow:hidden; text-overflow:ellipsis;}

/*footer*/
.footer{ width:100%; float:left; padding:41px 0 50px 0;}
.footer .footer_menu{ width:100%; float:left; padding-bottom:16px; border-bottom:solid 1px white; padding-left:8px;}
.footer .footer_menu a{ display:block; float:left; font-size:18px; color:white; line-height:48px; margin-right:120px;}
.footer .footer_menu a:hover{ color:#cf0101;}
.footer .footer_b{ width:100%; float:left; margin-top:26px; padding-right:170px; position:relative;}
.footer .footer_b .p{ width:100%; float:left; font-size:18px; color:white; line-height:52px;}
.footer .footer_b .p span{ margin-right:30px;}
.footer .footer_b .p a{ color:white;}
.footer .footer_b .fx{ position:absolute; right:0; bottom:19px; text-align:right;}
.footer .footer_b .fx a{ display:inline-block; *zoom:1; *display:inline; float:none; width:42px; height:42px; background-position:center center; background-size:contain; background-repeat:no-repeat; margin-left:14px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.footer .footer_b .fx a.a1{ background-image:url(images/footer3.png);}
.footer .footer_b .fx a.a2{ background-image:url(images/footer4.png);}
.footer .footer_b .fx a.a3{ background-image:url(images/footer5.png);}
.footer .footer_b .fx a:hover{ box-shadow:0 0 5px rgba(255,255,255,0.5);}
.gotop{ width:67px; height:67px; position:absolute; right:77px; bottom:88px;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;}
.gotop:hover{ box-shadow:0 0 5px rgba(255,255,255,0.5);}
@media screen and (max-width: 1600px) {
.gotop{ right:0px;}
}
@media screen and (max-width: 1430px) {
.gotop{ bottom:0;}
}
@media screen and (max-width: 1403px) {
.footer .footer_menu a{ margin-right:60px;}
}
@media screen and (max-width: 1199px) {
.footer{ padding:21px 0 30px 0;}
.footer .footer_menu{ padding-bottom:12px; padding-left:4px;}
.footer .footer_menu a{ font-size:16px; line-height:40px; margin-right:40px;}
.footer .footer_b{ margin-top:20px; padding-right:150px;}
.footer .footer_b .p{ font-size:16px; line-height:42px;}
.footer .footer_b .p span{ margin-right:20px;}
.footer .footer_b .fx a{ width:40px; height:40px;margin-left:10px;}
.gotop{ width:40px; height:40px;}
}
@media screen and (max-width: 767px) {
.footer{ padding:11px 10px 20px 10px;}
.footer .footer_menu{ display:none;}
.footer .footer_b{ margin-top:10px; padding-right:0;}
.footer .footer_b .p{ font-size:14px; line-height:24px; text-align:center;}
.footer .footer_b .p span{ display:inline-block; *zoom:1; *display:inline; margin-right:10px;}
.footer .footer_b .fx{ position:relative; width:100%; float:left; margin-top:10px; bottom:auto; text-align:center;}
.footer .footer_b .fx a{ width:30px; height:30px;margin:0 5px;}
.gotop{ width:30px; height:30px;}
}

.c_0100_1{ width:100%; float:left; padding:206px 0 96px 0; text-align:center; overflow:hidden;}
.c_0100_1 .title{ width:100%; float:left; font-size:40px; color:#737070; line-height:59px; position:relative;}
.c_0100_1 .title span{ font-size:50px; color:#900303; font-weight:bold; margin-right:33px;}
.c_0100_1 .title h1{ position:absolute; left:50%; top:50%; width:1400px; height:202px; margin:-101px 0 0 -700px; z-index:-1;}
.c_0100_1 .title h1 img{ height:100%;}
.c_0100_1 .p{ width:100%; float:left; margin-top:96px; font-size:20px; color:#858484; line-height:47px;}
.more{ width:100%; float:left; margin-top:60px; text-align:center;}
.more a{ display:block; *zoom:1; *display:inline; width:116px; height:35px; line-height:33px; border:solid 1px #a0a0a0; margin:0 auto;
-moz-border-radius:4px; 
-webkit-border-radius:4px; 
-khtml-border-radius:4px;
border-radius:4px;}
.more a img{ vertical-align:middle; margin-top:-3px;}
.more a .img_2{ display:none;}
.more a:hover .img_1{ display:none;}
.more a:hover .img_2{ display:initial; *zoom:1; *display:inline;}
.more a:hover{ background:#cf0101 !important; border-color:#cf0101 !important;}
.c_0100_1 .img{ width:100%; float:left; margin-top:51px;}
@media screen and (max-width: 1403px) {
.c_0100_1{ padding:106px 0 56px 0;}
.c_0100_1 .title{ font-size:30px; line-height:50px;}
.c_0100_1 .title span{ font-size:40px; margin-right:23px;}
.c_0100_1 .title h1{ width:1000px; height:162px; margin:-81px 0 0 -500px;}
}
@media screen and (max-width: 1023px) {
.c_0100_1{ padding:56px 0 36px 0;}
.c_0100_1 .title{ font-size:20px; line-height:40px;}
.c_0100_1 .title span{ font-size:30px; margin-right:13px;}
.c_0100_1 .title h1{ width:800px; height:122px; margin:-61px 0 0 -400px;}
.c_0100_1 .p{ margin-top:56px; font-size:16px; line-height:37px;}
.more{ margin-top:30px;}
.more a{ width:96px; height:30px; line-height:28px;}
.more a img{ width:62px;}
.c_0100_1 .img{ margin-top:31px;}
}
@media screen and (max-width: 767px) {
.c_0100_1{ padding:36px 10px 26px 10px;}
.c_0100_1 .title{ font-size:14px; line-height:30px;}
.c_0100_1 .title span{ font-size:20px; margin-right:8px;}
.c_0100_1 .title h1{ width:600px; height:82px; margin:-41px 0 0 -300px; display:none;}
.c_0100_1 .p{ margin-top:26px; font-size:12px; line-height:25px;}
.more{ margin-top:20px;}
.more a{ width:86px;}
.more a img{ width:56px;}
.c_0100_1 .img{ margin-top:21px;}
}

.c_0100_2{ width:100%; float:left; padding:95px 0 94px 0; }
.tit_1{ width:100%; float:left;}
.tit_1 h4{ width:100%; float:left; font-size:30px; color:white; line-height:43px; letter-spacing:1px;}
.tit_1 h5{ width:100%; float:left; font-size:20px; color:#d30303; line-height:29px; text-transform:uppercase; letter-spacing:1px;}
.c_0100_2 ul{ width:100%; float:left; margin-top:50px;}
.c_0100_2 ul li{ width:33.33%; float:left; padding:76px 66px 54px 66px; border-left:solid 1px #e5e5e5; background:white;}
.c_0100_2 ul li .img{ width:100%; float:left; overflow:hidden; padding-bottom:50%; position:relative;}
.c_0100_2 ul li .img img{ width:100%; float:left; position:absolute; left:0; top:0; min-height:100%;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.c_0100_2 ul li:hover .img img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.c_0100_2 ul li .name{ width:100%; float:left; margin-top:28px; font-size:18px; color:#444242; line-height:24px;}
.c_0100_2 ul li .p{ width:100%; float:left; margin-top:11px; font-size:16px; color:#8b8787; line-height:28px; height:84px; overflow:hidden;}
.c_0100_2 ul li.first{ border-left:0;}
.c_0100_2 .more{ margin-top:123px;}
.c_0100_2 .more a{ border-color:#bfbfbf;}
@media screen and (max-width: 1199px) {
.c_0100_2{ padding:55px 0 54px 0;}
.c_0100_2 ul li{ padding:46px 36px 24px 36px;}
}
@media screen and (max-width: 1023px) {
.c_0100_2{ padding:35px 0 34px 0;}
.c_0100_2 ul li{ padding:26px 16px 14px 16px;}
.tit_1 h4{ font-size:20px; line-height:33px;}
.tit_1 h5{ font-size:14px; line-height:25px;}
.c_0100_2 ul li .name{ margin-top:20px; font-size:14px; line-height:20px;}
.c_0100_2 ul li .p{ margin-top:6px; font-size:12px; line-height:24px; height:72px;}
.c_0100_2 ul{ margin-top:30px;}
.c_0100_2 .more{ margin-top:63px;}
}
@media screen and (max-width: 767px) {
.c_0100_2{ padding:25px 0 24px 0;}
.c_0100_2 ul li{ padding:16px 10px 10px 10px;}
.tit_1 h4{ font-size:16px; line-height:25px;}
.tit_1 h5{ font-size:12px; line-height:20px;}
.c_0100_2 ul li{ width:100%; border-top:solid 1px #e5e5e5;  border-left:0;}
.c_0100_2 ul li.first{ border:0;}
.c_0100_2 ul li .name{ margin-top:10px;}
.c_0100_2 ul{ margin-top:20px;}
.c_0100_2 .more{ margin-top:33px;}
}

.c_0100_3{ width:100%; float:left; background:#f3f3f3; padding:58px 0 100px 0; text-align:center;}
.tit_1 h3{ font-size:39px; color:#302e2e; line-height:50px; margin-bottom:38px;}
.c_0100_3 .tit_1 h5{ color:#b9b2b2;}
.c_0100_3 .number{ width:100%; float:left; text-align:center; margin-top:96px;}
.c_0100_3 .number ul{ display:inline-block; *zoom:1; *display:inline;}
.c_0100_3 .number ul li{ width:316px; float:left; border-left:solid 1px #030000;}
.c_0100_3 .number ul li h2{ width:100%; float:left; font-size:76px; color:#bf0916; line-height:67px; font-weight:bold;}
.c_0100_3 .number ul li h2 i{ display:inline-block; *zoom:1; *display:inline; vertical-align:top; font-size:30px; line-height:1; font-style:normal; margin-top:-3px;}
.c_0100_3 .number ul li h2 span{ display:inline-block; *zoom:1; *display:inline; font-size:22px; line-height:1; vertical-align:bottom; font-weight:normal;}
.c_0100_3 .number ul li h5{ width:100%; float:left; margin-top:25px; font-size:18px; color:#444343; line-height:20px;}
.c_0100_3 .number ul li.first{ border-left:0;}
.row_1{ margin:0 -24px;}
.ul_1{ width:100%; float:left; margin-top:63px; text-align:center; padding-bottom:30px;}
.ul_1 li{ display:inline-block; *zoom:1; *display:inline; width:19%; padding:0 24px; margin-top:34px;}
.ul_1 li img{ width:100%; float:left;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.ul_1 li:hover img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
@media screen and (max-width: 1023px) {
.c_0100_3{ padding:38px 0 92px 0;}
.tit_1 h3{ font-size:30px; line-height:40px; margin-bottom:28px;}
.c_0100_3 .number{ margin-top:56px;}
.c_0100_3 .number ul li{ width:258px;}
.c_0100_3 .number ul li h2{ font-size:46px; line-height:37px;}
.c_0100_3 .number ul li h2 i{ font-size:20px;}
.c_0100_3 .number ul li h2 span{ font-size:16px;}
.c_0100_3 .number ul li h5{ margin-top:15px; font-size:14px; line-height:18px;}
.row_1{ margin:0 -14px;}
.ul_1{ margin-top:33px;}
.ul_1 li{ padding:0 14px; margin-top:24px;}
}
@media screen and (max-width: 767px) {
.c_0100_3{ padding:28px 10px 52px 10px;}
.tit_1 h3{ font-size:20px; line-height:30px; margin-bottom:18px;}
.c_0100_3 .number{ margin-top:36px;}
.c_0100_3 .number ul{ width:100%; float:left;}
.c_0100_3 .number ul li{ width:50%; padding:0 5px;}
.c_0100_3 .number ul li h2{ font-size:36px; line-height:27px;}
.c_0100_3 .number ul li h2 i{ font-size:16px;}
.c_0100_3 .number ul li h2 span{ font-size:12px;}
.c_0100_3 .number ul li h5{ margin-top:10px; font-size:12px; line-height:16px;}
.row_1{ margin:0 -5px;}
.ul_1{ margin-top:23px; padding-bottom:20px;}
.ul_1 li{ padding:0 5px; margin-top:14px;}
}

/*内页公用*/
.banner{ width:100%; float:left; position:relative; overflow:hidden;}
.banner img{ width:100%; float:left;}
.banner .mb{ width:100%; height:100%; position:absolute; left:0; top:0; background:url(images/index7.png);}
.pz_menu{ width:100%; float:left; border-bottom:solid 1px #eee;}
.link1{ float:left; font-size:14px; color:#999; line-height:69px;}
.link1 a{ display:inline-block; *zoom:1; *display:inline;color:#999; margin-right:11px;}
.link1 span img{ margin-top:-3px;}
.link1 a:hover{ color:#cf0101;}
.link1 span{ display:inline-block; *zoom:1; *display:inline; margin-right:14px;}
.pz_SideLayer{ float:right;}
.pz_SideLayer li{ float:left; margin-left:44px;}
.pz_SideLayer li a{ font-size:14px; color:#333; line-height:69px;}
.pz_SideLayer li a.hover,
.pz_SideLayer li:hover a{ color:#cf0101;}

@media screen and (max-width: 1023px) {
.link1{ line-height:49px;}
.link1 a{ margin-right:6px;}
.link1 span{ margin-right:8px;}
.pz_SideLayer li{ margin-left:24px;}
.pz_SideLayer li a{ font-size:12px; line-height:49px;}
}
@media screen and (max-width: 767px) {
.pz_menu{ padding:0 10px;}
.link1{ width:100%; line-height:30px; font-size:12px;}
.link1 a{ margin-right:4px;}
.link1 span{ margin-right:6px;}
.pz_SideLayer{ width:100%;}
.pz_SideLayer li{ margin-left:0; width:33.33%; text-align:center;}
.pz_SideLayer li a{ line-height:36px;}
}

/*联系我们*/
.c_0100_4{ width:100%; float:left;}
.c_0100_4 .content1{ width:100%; float:left; padding:35px 0 106px 0; border-bottom:solid 2px #b70202; overflow:hidden;}
.c_0100_4 .content1 ul{ width:100%; float:left;}
.c_0100_4 .content1 ul li{ width:33.333%; float:left; text-align:center; padding:0 15px;}
.c_0100_4 .content1 ul li.li_ewm{position:relative;}
.c_0100_4 .content1 ul li.li_ewm .ewm{ display:none; width:160px; height:160px; padding:4px; background:#fff; border:1px solid #dcdcdc; position:absolute; left:50%; margin-left:-80px; top:0;}
.c_0100_4 .content1 ul li.li_ewm .ewm img{width:150px; height:150px; display:block;}
.c_0100_4 .content1 ul li.li_ewm:hover .ewm{display:block;}


.c_0100_4 .content1 ul li .ico{ display:inline-block; *zoom:1; *display:inline; width:150px; height:150px; background:#ececec; border:solid 1px #e7e7e7; overflow:hidden;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.c_0100_4 .content1 ul li .ico img{ width:100%; float:left;}
.c_0100_4 .content1 ul li h4{ width:100%; margin-top:21px; font-size:18px; color:#222a2c; line-height:26px;}
.c_0100_4 .content1 ul li .p{ width:100%; margin-top:12px; font-size:14px; color:#666; line-height:24px;}
.c_0100_4 .content1 ul li a{ display:inline-block; *zoom:1; *display:inline; width:108px; height:36px; line-height:34px; border:solid 1px #dcdcdc; font-size:14px; color:#666; margin-top:12px;}
.c_0100_4 .content1 ul li a:hover{ background:#cf0101; border-color:#cf0101; color:white;}
.c_0100_4 .content1 ul li:hover .ico{ background:#fcfcfc; box-shadow:inset 0 0 2px 15px rgba(0,0,0,0.1);}
.c_0100_4 .content2{ width:100%; float:left; margin-top:40px; height:420px;  border:solid 1px #dcdcdc; position:relative;}
.c_0100_4 .content2 .c_600{ width:600px; height:100%; position:absolute; right:0; top:0; background:url(images/gywm4.png); padding:74px 70px;}
.c_0100_4 .content2 .c_600 h4{ width:100%; float:left; font-size:20px; color:#323131; line-height:28px; font-weight:bold;}
.c_0100_4 .content2 .c_600 .p{ width:100%; float:left; font-size:14px; color:#252323; line-height:30px; margin-top:16px;}
.c_0100_4 .content2 .c_600 .p a{ color:#252323;}
.c_0100_4 .content3{ width:100%; float:left; padding:65px 0 58px 0;}
.link2{ width:100%; float:left; font-size:16px; color:black; line-height:26px;}
.link2 a{ color:black; margin:0 5px;}
.link2 a:hover{ color:#cf0101;}
@media screen and (max-width: 1023px) {
.c_0100_4 .content1{ padding:25px 0 56px 0; border-bottom:solid 1px #b70202;}
.c_0100_4 .content1 ul li .ico{ width:100px; height:100px;}
.c_0100_4 .content1 ul li h4{ margin-top:11px; font-size:16px; line-height:24px;}
.c_0100_4 .content1 ul li .p{ margin-top:6px; font-size:12px; line-height:22px;}
.c_0100_4 .content1 ul li a{ width:88px; height:30px; line-height:28px; font-size:12px; margin-top:6px;}
.c_0100_4 .content2{ margin-top:30px; height:320px;}
.c_0100_4 .content2 .c_600{ width:400px; padding:44px 40px;}
.c_0100_4 .content2 .c_600 h4{ font-size:16px; line-height:24px;}
.c_0100_4 .content2 .c_600 .p{ font-size:12px; line-height:24px; margin-top:10px;}
.c_0100_4 .content3{ padding:35px 0 28px 0;}
.link2{ font-size:14px; line-height:24px;}
.link2 a{ margin:0 3px;}
.c_0100_4 .content1 ul li:hover .ico{ box-shadow:inset 0 0 2px 10px rgba(0,0,0,0.1);}
}
@media screen and (max-width: 767px) {
.c_0100_4 .content1{ padding:15px 0 36px 0;}
.c_0100_4 .content1 ul li{ width:100%; margin-top:20px;}
.c_0100_4 .content1 ul li .ico{ width:80px; height:80px;}
.c_0100_4 .content2{ margin-top:20px; height:220px;}
.c_0100_4 .content2 .c_600{ width:100%; padding:24px 20px;}
.c_0100_4 .content2 .c_600 h4{ font-size:14px; line-height:20px;}
.c_0100_4 .content2 .c_600 .p{ line-height:20px;}
.c_0100_4 .content3{ padding:25px 10px 18px 10px;}
}

/*关于我们*/
.c_0100_4 .content4{ width:100%; float:left; margin-top:60px; font-size:14px; color:#918e8e; line-height:30px;}
.c_0100_4 .z_page{ width:100%; float:left; padding:30px 0; font-size:14px; color:#918e8e; line-height:30px;}
.c_0100_4 .content4 h4{ width:100%; float:left; font-size:27px; color:#cf0101; line-height:30px;}
.c_0100_4 .content4 h4 span{ color:#303030;}
.c_0100_4 .content4 h5{ width:100%; float:left; font-size:20px; color:#030303; line-height:28px; margin-top:20px;}
.c_0100_4 .content4 .p{ width:100%; float:left; font-size:14px; color:#918e8e; line-height:30px; margin-top:19px;}
.c_0100_4 .content4 h6{ width:100%; float:left; font-size:18px; color:#c00101; line-height:27px; font-weight:bold; margin-top:16px;}
.c_0100_4 .content5{ width:100%; float:left; padding:106px 0 117px 0;}
.c_0100_4 .content5 .title{ width:100%; float:left; text-align:center; font-size:24px; color:#333; line-height:36px;}
.c_0100_4 .content5 ul{ width:100%; float:left; margin-top:27px;}
.c_0100_4 .content5 ul li{ width:100%; float:left; margin-top:34px; /*padding-right:594px;*/ position:relative;}
.c_0100_4 .content5 ul li .img{ float:right; width:594px; height:303px; position:absolute; right:0; top:0; overflow:hidden;}
.c_0100_4 .content5 ul li .img img{ width:594px; height:303px; position:absolute; left:50%; top:50%; margin:-151px 0 0 -297px; max-width:none;}
.c_0100_4 .content5 ul li .text{ background:#f6f6f6; padding:28px 25px 20px 30px; float:left; width:100%; min-height:303px;}
.c_0100_4 .content5 ul li .dl{ width:100%; float:left; margin-top:-40px;}
.c_0100_4 .content5 ul li .dd{ float:left; width:100%; margin-top:40px;}
.c_0100_4 .content5 ul li .dd h4{ width:100%; float:left; font-size:24px; color:#333; line-height:36px;}
.c_0100_4 .content5 ul li .dd .p{ width:100%; float:left; font-size:14px; color:#6b6c6c; line-height:30px; margin-top:9px;}
.c_0100_4 .content5 ul li.l1{ padding-right:0; padding-left:594px;}
.c_0100_4 .content5 ul li.l1 .img{ right:auto; left:0; top:0;}
.c_0100_4 .content5 ul li.l1 .dl .dd{ margin-top:30px;}
@media screen and (max-width: 1403px) {
.c_0100_4 .content4{ margin-top:30px;}
.c_0100_4 .content5{ padding:56px 0 67px 0;}
}
@media screen and (max-width: 1199px) {
.c_0100_4 .content5 ul{ margin-top:17px;}
.c_0100_4 .content5 ul li .img{ width:394px;}
.c_0100_4 .content5 ul li{ padding-right:394px;}
.c_0100_4 .content5 ul li.l1{ padding-right:0; padding-left:394px;}
}
@media screen and (max-width: 1023px) {
.c_0100_4 .content4{ margin-top:20px;  font-size:12px; line-height:24px;}
.c_0100_4 .z_page{ font-size:12px; line-height:24px; padding:20px 0;}
.c_0100_4 .content4 h4{ font-size:20px; line-height:26px;}
.c_0100_4 .content4 h5{ font-size:16px; line-height:24px; margin-top:10px;}
.c_0100_4 .content4 .p{ font-size:12px; line-height:24px; margin-top:10px;}
.c_0100_4 .content4 h6{ font-size:14px; line-height:23px; margin-top:10px;}
.c_0100_4 .content5 .title{ font-size:18px; line-height:30px;}
.c_0100_4 .content5 ul{ margin-top:10px;}
.c_0100_4 .content5 ul li{ margin-top:24px;}
.c_0100_4 .content5 ul li .text{ padding:18px 15px 10px 20px;}
.c_0100_4 .content5 ul li .dl{ margin-top:-20px;}
.c_0100_4 .content5 ul li .dd{ margin-top:20px;}
.c_0100_4 .content5 ul li .dd h4{ font-size:18px;line-height:30px;}
.c_0100_4 .content5 ul li .dd .p{ font-size:12px; line-height:26px; margin-top:5px;}
.c_0100_4 .content5 ul li.l1 .dl .dd{ margin-top:20px;}
}
@media screen and (max-width: 767px) {
.c_0100_4 .content4{ padding:0 10px;}
.c_0100_4 .z_page{ padding: 15px 10px;}
.c_0100_4 .content5{ padding:26px 0 37px 0;}
.c_0100_4 .content5 ul li{ margin-top:14px; padding:0;}
.c_0100_4 .content5 ul li.l1{ padding:0;}
.c_0100_4 .content5 ul li .img{ position:relative; left:auto; top:auto; right:auto; float:left; width:100%; height:auto;}
.c_0100_4 .content5 ul li .img img{ width:100%; float:left; height:auto; position:relative; left:auto; top:auto; margin:0;}
.c_0100_4 .content5 ul li .text{ padding:10px; min-height:auto;}
.c_0100_4 .content5 ul li .dl{ margin-top:0;}
.c_0100_4 .content5 ul li .dd{ margin-top:10px;}
.c_0100_4 .content5 ul li .dd h4{ font-size:16px;line-height:24px;}
.c_0100_4 .content5 ul li .dd .p{ line-height:22px;}
.c_0100_4 .content5 ul li.l1 .dl .dd{ margin-top:10px;}
}

.c_0100_5{ width:100%; float:left; padding-bottom:75px;}
.ul_2{ width:100%; float:left;}
.ul_2 li{ width:100%; float:left; padding:15px 0; border-bottom:dashed 1px #ccc;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_2 li .img{ width:248px; height:158px; float:left; overflow:hidden;}
.ul_2 li .img img{ width:100%; float:left;}
.ul_2 li .text{ margin-left:318px;}
.ul_2 li .text .title{ width:100%; float:left; margin-top:15px; font-size:16px; color:#333; line-height:26px;}
.ul_2 li .text .time{ width:100%; float:left; margin-top:4px; font-size:12px; color:#999; line-height:18px;}
.ul_2 li .text .p{ width:100%; float:left; margin-top:14px; font-size:14px; color:#808080; line-height:28px; height:56px; overflow:hidden;}
.ul_2 li:hover{ padding-left:26px; border-left:solid 2px #185c95;}
.ul_2 li:hover .text .title{ color:#1e2c5b;}
@media screen and (max-width: 1023px) {
.c_0100_5{ padding-bottom:55px;}
.ul_2 li{ padding:10px 0;}
.ul_2 li .text{ margin-left:270px;}
.ul_2 li:hover{ padding-left:16px;}
}
@media screen and (max-width: 767px) {
.c_0100_5{ padding:0 10px; padding-bottom:35px;}
.ul_2 li .img{ width:140px; height:89px;}
.ul_2 li .text{ margin-left:150px;}
.ul_2 li .text .title{ margin-top:0px; font-size:14px; line-height:22px;}
.ul_2 li .text .time{ margin-top:2px; line-height:16px;}
.ul_2 li .text .p{ margin-top:8px; font-size:12px; line-height:22px; height:40px;}
.ul_2 li:hover{ padding-left:0; border-left:solid 0 #185c95;}
}

/*团队介绍*/
.c_0100_4 .content6{ width:100%; float:left; margin-top:75px; overflow:hidden;}
.tit_2{ width:100%; float:left; text-align:center; font-size:24px; color:#373636; line-height:34px;}
.row_2{ margin:0 -39px;}
.ul_3{ width:100%; float:left; margin-top:35px;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.ul_3 li{ width:50%; float:left; margin-top:37px; padding:0 39px;}
.ul_3 li .zbox{ width:100%; float:left; padding:44px 30px 46px 283px; position:relative; border:solid 1px #eee; background:#fdfdfd;}
.ul_3 li .zbox .c_225{ width:225px; position:absolute; left:0; top:32px; text-align:center;}
.ul_3 li .zbox .c_225 .img{ display:inline-block; *zoom:1; *display:inline; width:170px; height:170px; overflow:hidden; box-shadow:0 1px 9px rgba(215,215,215,0.75);
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.ul_3 li .zbox .c_225 .name{ width:100%; margin-top:20px; font-size:21px; color:#373636; line-height:30px;}
.ul_3 li .zbox .bian{ width:1px; height:100%; background:#e9e9e9; position:absolute; left:-25px; top:0px;}
.ul_3 li .zbox .dl{ width:100%; position:relative; min-height:210px;}
.ul_3 li .zbox .dl .dd{ padding-left:29px; background:url(images/tdjs2.png) no-repeat left 12px; font-size:16px; color:#5a5656; line-height:30px;}
@media screen and (max-width: 1199px) {
.c_0100_4 .content6{ margin-top:45px;}
.ul_3{ margin-top:25px;}
.row_2{ margin:0 -10px;}
.ul_3 li{ margin-top:22px; padding:0 10px;}
.ul_3 li .zbox{ padding:34px 20px 26px 233px;}
.ul_3 li .zbox .c_225{ width:185px; top:22px;}
.ul_3 li .zbox .c_225 .img{ width:140px; height:140px;}
.ul_3 li .zbox .c_225 .name{ margin-top:10px; font-size:16px; line-height:24px;}
.ul_3 li .zbox .bian{ }
.ul_3 li .zbox .dl{min-height:160px;}
.ul_3 li .zbox .dl .dd{ padding-left:20px; font-size:14px; line-height:24px;}
}
@media screen and (max-width: 1023px) {
.c_0100_4 .content6{ margin-top:35px;}
.tit_2{ font-size:18px; line-height:28px;}
.ul_3 li .zbox{ padding:234px 10px 16px 23px;}
.ul_3 li .zbox .c_225{ width:100%; position:absolute; left:0; top:20px;}
.ul_3 li .zbox .dl{min-height:initial;}
.ul_3 li .zbox .bian{ width:90%; height:1px; left:5%; top:-18px;}
}
@media screen and (max-width: 991px) {
.c_0100_4 .content6{ margin-top:25px;}
.ul_3{ margin-top:15px;}
.ul_3 li{ margin-top:20px;}
.ul_3 li .zbox{ padding:174px 10px 16px 13px;}
.ul_3 li .zbox .c_225{ top:15px;}
.ul_3 li .zbox .c_225 .img{ width:100px; height:100px;}
.ul_3 li .zbox .c_225 .name{ font-size:14px; line-height:22px;}
.ul_3 li .zbox .bian{ top:-12px;}
.ul_3 li .zbox .dl .dd{ padding-left:10px; font-size:12px; line-height:20px; background-size:3px 3px; background-position:left 10px;}
}
@media screen and (max-width: 767px) {
.c_0100_4 .content6{ margin-top:15px; padding:0 10px;}
.tit_2{ font-size:16px; line-height:24px;}
.ul_3 li{ margin-top:10px; width:100%;}
}

.c_0100_4 .content7{ width:100%; float:left; margin-top:100px; overflow:hidden;}
.row_3{ margin:0 -36px;}
.ul_4{ width:100%; float:left; margin-top:22px; display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.ul_4 li{ width:33.333%; float:left; padding:0 36px; margin-top:47px;
}
.ul_4 li .zbox{ width:100%; float:left; padding:28px 20px 44px 20px; text-align:center; border:solid 1px #e5e5e5;}
.ul_4 li .zbox .img{ width:100%; height:172px;}
.ul_4 li .zbox .img img{ height:100%;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
.ul_4 li .zbox .name{ width:100%; float:left; margin-top:28px; font-size:24px; color:black; line-height:34px;}
.ul_4 li .zbox .name span{ color:#575656; font-size:24px; margin-left:24px;}
.ul_4 li .zbox .p{ width:100%; float:left; margin-top:51px; font-size:16px; color:#5a5656; line-height:35px;}
@media screen and (max-width: 1199px) {
.c_0100_4 .content7{ margin-top:50px;}
.row_3{ margin:0 -10px;}
.ul_4 li{ padding:0 10px; margin-top:27px;}
.ul_4 li .zbox .img{ height:122px;}
.ul_4 li .zbox .name{ margin-top:18px; font-size:18px; line-height:26px;}
.ul_4 li .zbox .name span{  font-size:18px; margin-left:14px;}
.ul_4 li .zbox .p{ margin-top:31px; font-size:14px; line-height:27px;}
}
@media screen and (max-width: 1023px) {
.c_0100_4 .content7{ margin-top:30px;}
.ul_4 li .zbox{ padding:18px 10px 24px 10px;}
.ul_4 li .zbox .img{ height:82px;}
.ul_4 li .zbox .name{ margin-top:10px; font-size:16px; line-height:24px;}
.ul_4 li .zbox .name span{  font-size:16px; margin-left:10px;}
.ul_4 li .zbox .p{ margin-top:21px; font-size:12px; line-height:23px;}
}
@media screen and (max-width: 767px) {
.c_0100_4 .content7{ margin-top:20px; padding:0 10px;}
.row_3{ margin:0 -5px;}
.ul_4{ margin-top:12px;}
.ul_4 li{ width:50%; margin-top:10px; padding:0 5px;}
}

/*案例*/
.c_0100_4 .content8{ width:100%; float:left; padding:57px 0 71px 0;}
.slideTxtBox{ width:100%; float:left; margin-top:26px;}
.slideTxtBox .hd{ width:100%; float:left; text-align:center; position:relative; z-index:2;}
.slideTxtBox .hd ul{ display:inline-block; *zoom:1; *display:inline;}
.slideTxtBox .hd ul li{ float:left; margin:0 28px; font-size:16px; color:#5c5b5b; line-height:26px; cursor:pointer;}
.slideTxtBox .hd ul li.on{ color:#c40101;}
.slideTxtBox .bd{ width:100%; float:left; margin-top:-25px;}
.slideTxtBox .bd ul{ width:100%; float:left; overflow:hidden;}
.row_4{ margin:0 -10px;
display: flex;
display: -webkit-flex;
flex-wrap: wrap;
align-items: flex-start;}
.slideTxtBox .bd ul li{ width:25%; float:left; padding:0 10px; margin-top:48px;}
.slideTxtBox .bd ul li .zbox{ width:100%; float:left; border:solid 1px #dcdcdc; padding:20px 38px 28px 34px; overflow:hidden; position:relative;}
.slideTxtBox .bd ul li .zbox:hover{ box-shadow:0 0 9px rgba(165,165,165,0.75);}
.slideTxtBox .bd ul li .zbox .logo{ width:100%; float:left; height:140px; border-bottom:solid 1px #f5c0c0; text-align:center; overflow:hidden;}
.slideTxtBox .bd ul li .zbox .text{ width:100%; float:left; margin-top:-4px;}
.slideTxtBox .bd ul li .zbox .text h4{ width:100%; float:left; font-size:18px; color:black; line-height:25px; margin-top:37px; font-weight:bold;}
.slideTxtBox .bd ul li .zbox .text .name{ width:100%; float:left; font-size:16px; color:#656565; line-height:28px; margin-top:16px;}
.slideTxtBox .bd ul li .zbox .text .p{ width:100%; float:left; font-size:16px; color:#656565; line-height:28px; margin-top:14px; height:112px; overflow:hidden;}
.slideTxtBox .bd ul li .zbox .more1{ width:100%; float:left; margin-top:29px; text-align:center;}
.slideTxtBox .bd ul li .zbox .more1 a{ display:inline-block; *zoom:1; *display:inline; width:140px; height:36px; line-height:34px; border:solid 1px #eee; font-size:16px; color:#787474;}
.slideTxtBox .bd ul li .zbox .mb{ width:100%; height:100%; position:absolute; left:0; top:-100%; background:url(images/al4.png);
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slideTxtBox .bd ul li .zbox .link{ display:block; background:url(images/al3.png) no-repeat center center; background-size:contain; width:50px; height:41px; position:absolute; left:50%; top:100%; margin:-20px 0 0 -25px; opacity:0;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.slideTxtBox .bd ul li .zbox:hover .mb{ top:0;}
.slideTxtBox .bd ul li .zbox:hover .link{ opacity:1; top:50%;}

.slideTxtBox .bd ul li .zbox:hover .more1 a{ background:#eee;}
@media screen and (max-width: 1403px) {
.slideTxtBox .bd ul li .zbox{ padding:10px 28px 18px 24px;}
.slideTxtBox .bd ul li .zbox .logo{ height:120px;}
}
@media screen and (max-width: 1199px) {
.c_0100_4 .content8{ padding:37px 0 41px 0;}
.slideTxtBox{ margin-top:10px;}
.slideTxtBox .bd{ margin-top:0;}
.slideTxtBox .bd ul li{ width:33.333%; margin-top:38px;}
}
@media screen and (max-width: 1023px) {
.c_0100_4 .content8{ padding:27px 0 31px 0;}
.slideTxtBox .bd ul li .zbox .logo{ height:100px;}
.slideTxtBox .hd ul li{ margin:0 18px; font-size:14px; line-height:22px;}
.slideTxtBox .bd ul li{ margin-top:28px;}
.slideTxtBox .bd ul li .zbox{ padding:8px 18px 10px 14px;}
.slideTxtBox .bd ul li .zbox .text{ margin-top:0;}
.slideTxtBox .bd ul li .zbox .text h4{ font-size:16px; line-height:23px; margin-top:27px;}
.slideTxtBox .bd ul li .zbox .text .name{ font-size:14px; line-height:26px; margin-top:10px;}
.slideTxtBox .bd ul li .zbox .text .p{ font-size:14px; line-height:26px; margin-top:8px; height:104px;}
.slideTxtBox .bd ul li .zbox .more1{ margin-top:19px;}
.slideTxtBox .bd ul li .zbox .more1 a{ width:100px; height:30px; line-height:28px; font-size:14px;}
.slideTxtBox .bd ul li .zbox .link{ width:40px; height:30px; margin:-15px 0 0 -20px;}
}
@media screen and (max-width:767px) {
.c_0100_4 .content8{ padding:17px 10px 21px 10px;}
.row_4{ margin:0 -5px;}
.slideTxtBox .hd ul{ width:100%; float:left;}
.slideTxtBox .hd ul li{ width:33.33%; text-align:center; float:left; margin:0;}
.slideTxtBox .bd ul li{ width:50%; margin-top:12px; padding:0 5px;}
.slideTxtBox .bd ul li .zbox{ padding:18px 10px 20px 10px;}
.slideTxtBox .bd ul li .zbox .logo{ height:auto; border:0;}
.slideTxtBox .bd ul li .zbox .text h4{ font-size:14px; line-height:20px; margin-top:25px;}
.slideTxtBox .bd ul li .zbox .text .name{ font-size:12px; line-height:22px; margin-top:6px;}
.slideTxtBox .bd ul li .zbox .text .p{ font-size:12px; line-height:22px; margin-top:6px; height:84px;}
.slideTxtBox .bd ul li .zbox .more1{ margin-top:10px;}
.slideTxtBox .bd ul li .zbox .more1 a{ width:80px; height:26px; line-height:24px; font-size:12px;}
.slideTxtBox .bd ul li .zbox .link{ width:30px; height:20px; margin:-10px 0 0 -15px;}
}

/*新闻详情*/
.zbg1{ background:#f6f6f6;}
.c_0100_4 .content9{ width:100%; float:left; padding:56px 337px 0 0; position:relative; min-height:500px;}
.c_0100_4 .content9 .c_308{ width:308px; position:absolute; right:0; top:56px; background:white; padding:20px 16px 25px 16px; background:white;}
.c_0100_4 .content9 .c_308 .title{ float:left; font-size:18px; color:#040404; line-height:30px;}
.c_0100_4 .content9 .c_308 .more2{ float:right; font-size:14px; color:#666; line-height:24px;}
.c_0100_4 .content9 .c_308 .more2 img{ vertical-align:middle; margin:-3px 0 0 5px;}
.c_0100_4 .content9 .c_308 .more2:hover{ color:#105fac;}
.c_0100_4 .content9 .c_308 .dl{ width:100%; float:left; margin-top:9px;}
.c_0100_4 .content9 .c_308 .dl .dt{ width:100%; float:left; padding-bottom:21px; border-bottom:solid 1px #ebebeb;}
.c_0100_4 .content9 .c_308 .dl .dt .img{ width:100%; float:left; overflow:hidden;}
.c_0100_4 .content9 .c_308 .dl .dt .img img{ width:100%; float:left;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.c_0100_4 .content9 .c_308 .dl .dt:hover .img  img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.c_0100_4 .content9 .c_308 .dl .dt .title{ width:100%; float:left; margin-top:15px; font-size:14px; color:#333; line-height:24px; height:48px; overflow:hidden;}
.c_0100_4 .content9 .c_308 .dl .dt:hover .title{ color:#cf0101;}
.c_0100_4 .content9 .c_308 .dl .dd{ width:100%; float:left; margin-top:10px;}
.c_0100_4 .content9 .c_308 .dl .dd li{ width:100%; float:left; padding-left:14px; background:url(images/news5.jpg) no-repeat left center;}
.c_0100_4 .content9 .c_308 .dl .dd li a{ width:100%; display:block; float:left; font-size:14px; color:#848282; line-height:34px;  overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.c_0100_4 .content9 .c_308 .dl .dd li a:hover{ color:#cf0101;}
.c_0100_4 .content9 .c_982{ width:100%; float:left; padding:50px 25px 80px 25px; background:white;}
.c_0100_4 .content9 .c_982 .title{ width:100%; float:left; font-size:26px; color:#1e2c5b; line-height:34px; font-weight:bold;}
.c_0100_4 .content9 .c_982 .time{ float:left; margin-top:20px; font-size:14px; color:#979899; line-height:24px;}
.c_0100_4 .content9 .c_982 .time span{ display:inline-block; *zoom:1; *display:inline; margin-right:30px;}
.c_0100_4 .content9 .c_982 .time span img{ vertical-align:middle; margin:-3px 10px 0 0;}
.c_0100_4 .content9 .c_982 .fx{ float:right; font-size:14px; color:#979899; line-height:24px; margin-top:20px;}
.c_0100_4 .content9 .c_982 .fx .bdsharebuttonbox{ float:right;}
.c_0100_4 .content9 .c_982 .fx .bdsharebuttonbox a{ width:24px; height:24px; display:block; float:left; margin:0 10px 0 0 !important; background-size:contain; background-repeat:no-repeat; background-position:center center; padding:0 !important;}
.c_0100_4 .content9 .c_982 .fx .bdsharebuttonbox a.a1{ background-image:url(images/news8_1.jpg);}
.c_0100_4 .content9 .c_982 .fx .bdsharebuttonbox a.a2{ background-image:url(images/news8_2.jpg);}
.c_0100_4 .content9 .c_982 .fx .bdsharebuttonbox a.a3{ background-image:url(images/news8_3.jpg);}
.c_0100_4 .content9 .c_982 .p{ width:100%; float:left; margin-top:21px; padding:27px 0 31px 0; border-top:solid 1px #ebebeb; border-bottom:solid 1px #ebebeb; font-size:16px; color:#333; line-height:42px;}
.c_0100_4 .content9 .c_982 .btn{ width:100%; float:left; padding-right:120px; position:relative; margin-top:49px;}
.c_0100_4 .content9 .c_982 .btn .btn_l{ width:100%; float:left;}
.c_0100_4 .content9 .c_982 .btn .btn_l h5{ width:100%; float:left; font-size:14px; color:#777; line-height:24px;}
.c_0100_4 .content9 .c_982 .btn .btn_l h5 a{ display:inline-block; *zoom:1; *display:inline; max-width:85%; color:#333; vertical-align:middle; margin-top:-3px;}
.c_0100_4 .content9 .c_982 .btn .btn_l h5:hover{ color:#cf0101;}
.c_0100_4 .content9 .c_982 .btn .btn_l h5:hover a{ color:#cf0101;}
.c_0100_4 .content9 .c_982 .btn .return{ display:block; width:114px; height:37px; line-height:37px; text-align:center; background:#999; font-size:14px; color:white; position:absolute; right:0; top:50%; margin-top:-18px;}
.c_0100_4 .content9 .c_982 .btn .return img{ vertical-align:middle; margin:-3px 8px 0 0;}
.c_0100_4 .content9 .c_982 .btn .return:hover{ background-color:#cf0101;}
@media screen and (max-width:991px) {
.c_0100_4 .content9{ padding:36px 0 0 0;}
.c_0100_4 .content9 .c_308{ width:100%; position:relative; right:auto; top:auto; float:left; padding:10px; margin-top:20px;}
.c_0100_4 .content9 .c_308 .dl .dt{ width:45%; padding-bottom:11px; border-bottom:0;}
.c_0100_4 .content9 .c_308 .dl .dd{ width:49%; float:right;}
}
@media screen and (max-width:767px) {
.c_0100_4 .content9{ padding:16px 10px 0 10px;}
.c_0100_4 .content9 .c_982{ padding: 20px 15px;}
.c_0100_4 .content9 .c_982 .title{ font-size:20px; line-height:26px;}
.c_0100_4 .content9 .c_982 .time{ margin-top:10px; font-size:12px; line-height:20px;}
.c_0100_4 .content9 .c_982 .time span{ margin-right:20px;}
.c_0100_4 .content9 .c_982 .time span img{ margin:-3px 6px 0 0;}
.c_0100_4 .content9 .c_982 .fx{ font-size:12px; line-height:20px; margin-top:12px;}
.c_0100_4 .content9 .c_982 .fx .bdsharebuttonbox a{ width:20px; height:20px; margin:0 5px 0 0 !important;}
.c_0100_4 .content9 .c_982 .p{ margin-top:11px; padding:17px 0 21px 0; font-size:12px; line-height:22px;}
.c_0100_4 .content9 .c_982 .btn{ padding-right:0; margin-top:29px;}
.c_0100_4 .content9 .c_982 .btn .btn_l h5{ font-size:12px; line-height:20px;}
.c_0100_4 .content9 .c_982 .btn .btn_l h5 a{ max-width:80%;}
.c_0100_4 .content9 .c_982 .btn .return{ width:94px; height:30px; line-height:28px; font-size:12px; position:relative; right:autp; top:auto; margin-top:10px; float:left;}
.c_0100_4 .content9 .c_982 .btn .return img{ margin:-3px 4px 0 0;}
.c_0100_4 .content9 .c_308{ padding:10px;}
.c_0100_4 .content9 .c_308 .title{ font-size:14px; line-height:24px;}
.c_0100_4 .content9 .c_308 .more2{ font-size:12px; line-height:24px;}
.c_0100_4 .content9 .c_308 .more2 img{ margin:-3px 0 0 3px; width:5px;}
.c_0100_4 .content9 .c_308 .dl{ margin-top:5px;}
.c_0100_4 .content9 .c_308 .dl .dt{ width:100%; padding-bottom:11px; border-bottom:solid 1px #ebebeb;}
.c_0100_4 .content9 .c_308 .dl .dt .title{ margin-top:10px; font-size:12px; line-height:22px; height:40px;}
.c_0100_4 .content9 .c_308 .dl .dd{ width:100%; margin-top:5px;}
.c_0100_4 .content9 .c_308 .dl .dd li{ padding-left:10px; background-size:3px 3px;}
.c_0100_4 .content9 .c_308 .dl .dd li a{ font-size:12px; line-height:28px;}
}

/*案例详情*/
.zbg2{ background:#ebebeb;}
.c_0100_6{ width:100%; float:left; padding:56px 0 49px 0;}
.c_0100_6 .content1{ width:100%; float:left; background:white; padding:50px 25px 58px 25px;}
.c_0100_6 .content1 .main_1{ width:100%; float:left; padding-bottom:25px; border-bottom:solid 2px #ebebeb;}
.c_0100_6 .content1 .main_1 .title{ width:100%; float:left; font-size:26px; color:#1e2c5b; line-height:34px; font-weight:bold;}
.c_0100_6 .content1 .main_1 .time{ float:left; margin-top:20px; font-size:14px; color:#979899; line-height:24px;}
.c_0100_6 .content1 .main_1 .time span{ display:inline-block; *zoom:1; *display:inline; margin-right:30px;}
.c_0100_6 .content1 .main_1 .time span img{ vertical-align:middle; margin:-3px 10px 0 0;}
.c_0100_6 .content1 .main_1 .fx{ float:right; font-size:14px; color:#979899; line-height:24px; margin-top:20px;}
.c_0100_6 .content1 .main_1 .fx .bdsharebuttonbox{ float:right;}
.c_0100_6 .content1 .main_1 .fx .bdsharebuttonbox a{ width:24px; height:24px; display:block; float:left; margin:0 10px 0 0 !important; background-size:contain; background-repeat:no-repeat; background-position:center center; padding:0 !important;}
.c_0100_6 .content1 .main_1 .fx .bdsharebuttonbox a.a1{ background-image:url(images/news8_1.jpg);}
.c_0100_6 .content1 .main_1 .fx .bdsharebuttonbox a.a2{ background-image:url(images/news8_2.jpg);}
.c_0100_6 .content1 .main_1 .fx .bdsharebuttonbox a.a3{ background-image:url(images/news8_3.jpg);}
.c_0100_6 .content1 .main_2{ width:100%; float:left; padding:47px 85px 0 85px;}
.c_0100_6 .content1 .main_2 .c_1060{ width:100%; float:left; padding:16px 19px; border:solid 1px #d2d2d2;}
.c_0100_6 .content1 .main_2 .c_1060 .img{ width:519px; float:left;}
.c_0100_6 .content1 .main_2 .c_1060 .img img{ width:100%; float:left;}
.c_0100_6 .content1 .main_2 .c_1060 .text{ width:235px; float:left; margin-left:80px; margin-top:-14px;}
.c_0100_6 .content1 .main_2 .c_1060 .text h5{ width:100%; float:left; margin-top:37px; font-size:18px; color:black; line-height:25px; font-weight:bold;}
.c_0100_6 .content1 .main_2 .c_1060 .text .name{ width:100%; float:left; margin-top:16px; font-size:16px; color:#656565; line-height:28px;}
.c_0100_6 .content1 .main_2 .c_1060 .text .p{ width:100%; float:left; margin-top:15px; font-size:16px; color:#706f6f; line-height:28px;}
@media screen and (max-width:1199px) {
.c_0100_6 .content1 .main_2 .c_1060 .img{ width:319px;}
.c_0100_6 .content1 .main_2 .c_1060 .text{ width:255px; margin-left:40px; margin-top:-20px;}
.c_0100_6 .content1 .main_2 .c_1060 .text h5{ margin-top:27px; font-size:16px; line-height:23px;}
.c_0100_6 .content1 .main_2 .c_1060 .text .name{ margin-top:10px; font-size:14px; line-height:24px;}
.c_0100_6 .content1 .main_2 .c_1060 .text .p{ margin-top:10px; font-size:13px; line-height:24px;}
}
@media screen and (max-width:991px) {
.c_0100_6{ padding:36px 0 12px 0;}
.c_0100_6 .content1{ padding:30px 15px 38px 15px;}
.c_0100_6 .content1 .main_2{ padding:27px 0 0 0;}
}
@media screen and (max-width:767px) {
.c_0100_6{ padding:26px 10px 10px 10px;}
.c_0100_6 .content1{ padding:20px 10px 28px 10px;}
.c_0100_6 .content1 .main_2{ padding:17px 0 0 0;}
.c_0100_6 .content1 .main_1 .title{ font-size:20px; line-height:26px;}
.c_0100_6 .content1 .main_1 .time{ margin-top:10px; font-size:12px; line-height:20px;}
.c_0100_6 .content1 .main_1 .time span{ margin-right:20px;}
.c_0100_6 .content1 .main_1 .time span img{ margin:-3px 6px 0 0;}
.c_0100_6 .content1 .main_1 .fx{ font-size:12px; line-height:20px; margin-top:12px;}
.c_0100_6 .content1 .main_1 .fx .bdsharebuttonbox a{ width:20px; height:20px; margin:0 5px 0 0 !important;}
.c_0100_6 .content1 .main_2 .c_1060{ padding:10px;}
.c_0100_6 .content1 .main_2 .c_1060 .img{ width:100%;}
.c_0100_6 .content1 .main_2 .c_1060 .text{ width:100%; margin-left:0px; margin-top:0;}
.c_0100_6 .content1 .main_2 .c_1060 .text h5{ margin-top:17px; font-size:14px;}
.c_0100_6 .content1 .main_2 .c_1060 .text .name{ margin-top:6px; font-size:12px; line-height:22px;}
.c_0100_6 .content1 .main_2 .c_1060 .text .p{ margin-top:6px; font-size:12px; line-height:20px;}
}

.c_0100_6 .content2{ width:100%; float:left; background:white; border-top:solid 1px #ebebeb;}
.c_0100_6 .content2 .title{ width:100%; float:left; background:#f6f6f6; border-bottom:solid 1px #ebebeb; height:47px;}
.c_0100_6 .content2 .title span{ display:block; float:left; width:120px; height:47px; line-height:43px; border:solid 1px #ebebeb; border-top:solid 3px #ff8000; text-align:center; background:white; font-size:14px; color:#333;}
.c_0100_6 .content2 .p{ width:100%; float:left; padding:61px 128px 74px 128px; font-size:16px; color:#5e5a5a; line-height:30px;}
.c_0100_6 .content2 .p .img{ float:left; margin:12px 44px 26px 0;}
@media screen and (max-width:1199px) {
.c_0100_6 .content2 .p{ padding:31px 68px 44px 68px; font-size:14px; line-height:26px;}
.c_0100_6 .content2 .p .img{ width:380px; margin:8px 24px 16px 0;}
}
@media screen and (max-width:767px) {
.c_0100_6 .content2 .p{ padding:21px 15px 34px 15px; font-size:14px; line-height:24px;}
.c_0100_6 .content2 .p .img{ width:100%; margin:6px 0 16px 0;}
.c_0100_6 .content2 .p .img img{ width:100%;}
}

.c_0100_6 .content3{ width:100%; float:left; margin-top:45px;}
.c_0100_6 .content3 .l1{ width:40%; float:left; font-size:12px; color:#666; line-height:26px;}
.c_0100_6 .content3 .l1 a{ display:inline-block; *zoom:1; *display:inline; vertical-align:middle; margin:-3px 0 0 0; color:#666; max-width:86%;}
.c_0100_6 .content3 .l3{ text-align:right;}
.c_0100_6 .content3 .l1:hover,.c_0100_6 .content3 .l1:hover a{ color:#cf0101;}
.c_0100_6 .content3 .l2{ width:20%; float:left; text-align:center;}
.c_0100_6 .content3 .l2 a{ font-size:12px; color:#5e5a5a; line-height:26px;}
.c_0100_6 .content3 .l2 a:hover{ color:#cf0101;}
@media screen and (max-width:991px) {
.c_0100_6 .content3 .l1 a{ max-width:80%;}
.c_0100_6 .content3{ margin-top:25px;}
}
@media screen and (max-width:767px) {
.c_0100_6 .content3{ padding-right:60px; position:relative; margin-top:15px;}
.c_0100_6 .content3 .l1 a{ max-width:80%;}
.c_0100_6 .content3 .l1{ width:100%;}
.c_0100_6 .content3 .l2{ width:60px; position:absolute; right:0; top:50%; margin-top:-14px;}
.c_0100_6 .content3 .l3{ text-align:left;}
}




/* 分页 */
.waik_1{ width:100%; float:left; margin:82px 0 0 0;}
.pz_fy{ text-align:center;}/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a { display: inline-block; *display: inline; *zoom: 1; width:50px; height:42px; line-height:40px; COLOR: #8c8c8c; font-size: 14px; text-decoration:none; margin:0 4px; font-family: 宋体; border:#d8dce0 solid 1px;
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
-khtml-border-radius:2px;
border-radius:2px;}
.pz_fy a.a1{ width:84px;}
.pz_fy a:hover,
.pz_fy a.on{ color: #fff;
 border-color: #a0a0a0; background:#a0a0a0;
}/*鼠标经过和默认当前页样式*/
@media  screen and (max-width:1023px){
.waik_1{ margin:40px 0 0 0;}
.fy_pc{  text-align:center; font-size:14px; color:#333;}
.fy_pc a{ display: inline-block; *display: inline; *zoom: 1; padding:5px 10%; color:#a0a0a0; border:solid 1px #a0a0a0; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.fy_pc span{ padding:5px 5%; color:#a0a0a0;}
}
@media  screen and (max-width:1023px){
.waik_1{ margin:20px 0 0 0;}
}

